PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioAttributeDefinition Class / setEditable Method
True if the attribute value should be editable in the user interface.
In This Topic
    setEditable Method
    In This Topic
    Sets a value indicating whether the attribute value can be edited.
    Syntax
    public void setEditable( 
       boolean value
    )

    Parameters

    value
    True if the attribute value should be editable in the user interface.
    See Also